home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1018 b | 47 lines | [TEXT/MPS ] |
- /*
- File: MediaHandlers.idl
-
- Contains: QuickTime Interfaces.
-
- Version: Technology: QuickTime 2.1
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __MEDIAHANDLERS_IDL__
- #define __MEDIAHANDLERS_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __MEMORY_IDL__
- #include <Memory.idl>
- #endif
- #ifndef __IMAGECOMPRESSION_IDL__
- #include <ImageCompression.idl>
- #endif
- #ifndef __MOVIES_IDL__
- #include <Movies.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- /* media task flags */
- /* media task result flags */
- typedef SOMLargeStruct GetMovieCompleteParams; /* Derived from a struct of 104 bytes in size */
-
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __MEDIAHANDLERS_IDL__ */
-
-